-
-
Notifications
You must be signed in to change notification settings - Fork 392
[18.0][MIG] hr_timesheet_portal: Migration to 18.0 #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
Conversation
3bb6e5a to
c75c3ef
Compare
|
@CRogos @BhaveshHeliconia you kindly reviewed the previous migration of this module to |
CRogos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but shoudn't we add a suitable user group automatically to the editor group?
maybe hr_timesheet.group_hr_timesheet_user but at least base.user_admin
Currently translated at 100.0% (4 of 4 strings) Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_portal Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_portal/it/
Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
Add USAGE.md and screenshots to improve documentation. Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
c75c3ef to
ef47739
Compare
…syntax - Add inheritance from group_hr_timesheet_portal to base.group_system. - Update security XML and record rules to Odoo 18 Command syntax. Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
ef47739 to
62bd903
Compare
This migration follows the recent migration of
hr_timesheet_portalto 17.0. There is already OCA/timesheet#800 for 18.0, but that one is more of a direct drop-in of code that works in 18.0, whereas this PR includes the full commit history and therefore provides traceability of the changes. However, the contribution of its author is acknowledged, as they were added to the list of contributors in the migration to 17.0.Speaking of which:
hr_timesheet_portal/static/src/js/hr_timesheet_portal.esm.js
sessionand bounduserservice with a staticuserimport.browser.setTimeoutinstead of the globalsetTimeoutto satisfy ESLint.this.userbinding and unused imports.hr_timesheet_portal/templates/portal.xml
analytic_account_idwithaccount_id.@hbrunn once again, would you be so kind to review it for me please?